mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
qmapshack: 1.17.0 -> 1.17.1
Diff: https://github.com/Maproom/qmapshack/compare/V_1.17.0...V_1.17.1 Changelog: https://github.com/Maproom/qmapshack/blob/V_1.17.1/changelog.txt
This commit is contained in:
parent
1a5412e140
commit
28e18763bb
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qmapshack";
|
||||
version = "1.17.0";
|
||||
version = "1.17.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Maproom";
|
||||
repo = "qmapshack";
|
||||
rev = "V_${version}";
|
||||
hash = "sha256-qG/fiR2J5wQZaR+xvBGjdp3L7viqki2ktkzBUf6fZi8=";
|
||||
hash = "sha256-wqztKmaUxY3qd7IgPM7kV7x0BsrTMTX3DbcdM+lsarI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake wrapQtAppsHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user