volnoti: make patch urls reproducible

+1 -1
+1 -1
pkgs/applications/misc/volnoti/default.nix
··· 17 # Fix dbus interface headers. See 18 # https://github.com/davidbrazdil/volnoti/pull/10 19 (fetchpatch { 20 - url = "https://github.com/davidbrazdil/volnoti/pull/10.patch"; 21 sha256 = "046zfdjmvhb7jrsgh04vfgi35sgy1zkrhd3bzdby3nvds1wslfam"; 22 }) 23 ];
··· 17 # Fix dbus interface headers. See 18 # https://github.com/davidbrazdil/volnoti/pull/10 19 (fetchpatch { 20 + url = "https://github.com/davidbrazdil/volnoti/commit/623ad8ea5c3ac8720d00a2ced4b6163aae38c119.patch"; 21 sha256 = "046zfdjmvhb7jrsgh04vfgi35sgy1zkrhd3bzdby3nvds1wslfam"; 22 }) 23 ];