0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

gdmap: 1.2.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2025-03-20 12:38:01 +00:00 committed by Bjørn Forsman
parent 8dfc0c812f
commit dd45b0fd9e

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation {
pname = "gdmap";
version = "1.2.0";
version = "1.3.1";
src = fetchFromGitLab {
owner = "sjohannes";
repo = "gdmap";
tag = "v1.2.0";
sha256 = "1p96pps4yflj6a42g61pcqpllx7vcjlh417kwjy0b4mqp16vmrzr";
tag = "v1.3.1";
sha256 = "sha256-dgZ+EDk7O+nuqrBsTPVW7BHufvkqLnWbXrIOOn7YlW4=";
};
nativeBuildInputs = [