mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
schismtracker: 20250313 -> 20250415
This commit is contained in:
parent
593fa724e2
commit
b19e8eb4df
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "schismtracker";
|
pname = "schismtracker";
|
||||||
version = "20250313";
|
version = "20250415";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "schismtracker";
|
owner = "schismtracker";
|
||||||
repo = "schismtracker";
|
repo = "schismtracker";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-AiQ5+HTosVOR+Z5+uT6COMLvkGS3zvXtkCkg16MhVf4=";
|
hash = "sha256-VK2XdixejaoG6P1X3XG8Ow4H6CF3sNwAveJ4cCxdLuQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# If we let it try to get the version from git, it will fail and fall back
|
# If we let it try to get the version from git, it will fail and fall back
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue