xdaliclock: 2.45 -> 2.47
This commit is contained in:
parent
3b5295131d
commit
b1b8bb394e
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdaliclock";
|
||||
version = "2.45";
|
||||
version = "2.47";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.jwz.org/xdaliclock/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-GHjSUuRHCAVwWcDMRb2ng1aNbheu+xnUBNLqSpPkZeQ=";
|
||||
hash = "sha256-1Jkv9iulvyY+b5KryDr8s+v8LU95hcVi7PJQsL1rUL4=";
|
||||
};
|
||||
|
||||
# Note: don't change this to set sourceRoot, or updateAutotoolsGnuConfigScriptsHook
|
||||
|
|
Loading…
Reference in a new issue