mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
kdePackages.marknote: 1.2.1 -> 1.3.0
This commit is contained in:
parent
c135d5e191
commit
9e25f45e6b
@ -8,11 +8,11 @@
|
||||
}:
|
||||
mkKdeDerivation rec {
|
||||
pname = "marknote";
|
||||
version = "1.2.1";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/marknote/marknote-${version}.tar.xz";
|
||||
hash = "sha256-HzImkm8l8Rqiuyq2QezfdqJ1hxIdLZhiIGVM9xzpyaA=";
|
||||
hash = "sha256-/5lZhBWmzKWQDLTRDStypvOS6v4Hh0tuLrQun3qzvSg=";
|
||||
};
|
||||
|
||||
extraBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user