programs/mumble: Fix PTT patch hash
It has been wrong since 9c51d36c4d
switched to fetchpatch (which strips the headers from the patch and
therefore produces a different file).
This commit is contained in:
parent
ef2f20ee3b
commit
004a879f46
|
@ -147,7 +147,7 @@ in
|
|||
# TODO: remove patch once stable release supports this
|
||||
(pkgs.fetchpatch {
|
||||
url = "https://github.com/mumble-voip/mumble/commit/03dbea56f650bba4f1aa0c54d02b6e8c3639d04f.patch";
|
||||
sha256 = "1l7q2lxdkmykmqrvl5ga81vahs666yxiqsavx682kj1mh95pk3s4";
|
||||
sha256 = "1zmqb8gl2cp0mcw85x9wn5rjw2mih7d2x96jxxqabjcx1kvgyhh3";
|
||||
})
|
||||
];
|
||||
})) # VoIP group chat
|
||||
|
|
Loading…
Reference in a new issue