Loading pkgs/applications/office/qownnotes/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,14 +20,14 @@ let pname = "qownnotes"; appname = "QOwnNotes"; version = "24.12.4"; version = "24.12.7"; in stdenv.mkDerivation { inherit pname version; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; hash = "sha256-1DHBi++7GlSxnA8fAWC4rHej9wi8jDvI2pQduqZhNZQ="; hash = "sha256-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw="; }; nativeBuildInputs = [ Loading Loading
pkgs/applications/office/qownnotes/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,14 +20,14 @@ let pname = "qownnotes"; appname = "QOwnNotes"; version = "24.12.4"; version = "24.12.7"; in stdenv.mkDerivation { inherit pname version; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; hash = "sha256-1DHBi++7GlSxnA8fAWC4rHej9wi8jDvI2pQduqZhNZQ="; hash = "sha256-48puEyScG6EIrsXZpFc62dl4a23p+TO2buzuwq9m3Sw="; }; nativeBuildInputs = [ Loading