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