mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
urn-timer: unstable-2023-08-07 -> unstable-2024-03-05
This commit is contained in:
parent
0cfd293af3
commit
125b2af13b
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "urn-timer";
|
pname = "urn-timer";
|
||||||
version = "unstable-2023-08-07";
|
version = "unstable-2024-03-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paoloose";
|
owner = "paoloose";
|
||||||
repo = "urn";
|
repo = "urn";
|
||||||
rev = "3468e297ee67aa83e6c26529acd35142ade5c6ff";
|
rev = "10082428749fabb69db1556f19940d8700ce48a2";
|
||||||
hash = "sha256-e9u/bjFjwgF5QciiqB3AWhyYj7eCstzkpSR9+xNA+4I=";
|
hash = "sha256-sQjHQ/i1d4v4ZnM0YAay+MdIj5l/FfIYj+NdH48OqfU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user