Loading pkgs/applications/office/qownnotes/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,14 +21,14 @@ let pname = "qownnotes"; appname = "QOwnNotes"; version = "24.4.3"; version = "24.4.4"; in stdenv.mkDerivation { inherit pname version; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; hash = "sha256-dthb+FkytNiiS2s7VdMgYxvNbGeBx5gONOYkHHphigY="; hash = "sha256-nTRCW76UogaTOyxQ5HfWUln6Lip/LpoyPG+m+mMCb1I="; }; nativeBuildInputs = [ Loading Loading
pkgs/applications/office/qownnotes/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -21,14 +21,14 @@ let pname = "qownnotes"; appname = "QOwnNotes"; version = "24.4.3"; version = "24.4.4"; in stdenv.mkDerivation { inherit pname version; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"; hash = "sha256-dthb+FkytNiiS2s7VdMgYxvNbGeBx5gONOYkHHphigY="; hash = "sha256-nTRCW76UogaTOyxQ5HfWUln6Lip/LpoyPG+m+mMCb1I="; }; nativeBuildInputs = [ Loading