mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
poptracker: 0.30.1 -> 0.31.0 (#403757)
This commit is contained in:
commit
92c0c88c8a
1 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
SDL2_image,
|
||||
libX11,
|
||||
openssl,
|
||||
zlib,
|
||||
which,
|
||||
libsForQt5,
|
||||
makeWrapper,
|
||||
|
@ -18,13 +19,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "poptracker";
|
||||
version = "0.30.1";
|
||||
version = "0.31.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "black-sliver";
|
||||
repo = "PopTracker";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-U1C0vwHcUfjBPGLcmmWFqaKmIMPlV/FumIbFJ6JDBFc=";
|
||||
hash = "sha256-uGzgkXOXmpByXewDuo0NieXHYT6fzaHqyfP60V5fMOY=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -50,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
SDL2_image
|
||||
libX11
|
||||
openssl
|
||||
zlib
|
||||
];
|
||||
|
||||
buildFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue