qgit: update source sha256 for tag moved upstream

see https://github.com/tibirna/qgit/pull/123#issuecomment-1010171222
This commit is contained in:
D Anzorge 2022-08-01 00:52:57 +02:00 committed by Peter Hoeg
parent f046da48c9
commit 0aca066986

View file

@ -8,7 +8,7 @@ mkDerivation rec {
owner = "tibirna"; owner = "tibirna";
repo = "qgit"; repo = "qgit";
rev = "${pname}-${version}"; rev = "${pname}-${version}";
sha256 = "1cwq43ywvii9zh4m31mgkgisfc9qhiixlz0zlv99skk9vb5v6r38"; sha256 = "sha256-xM0nroWs4WByc2O469zVeAlzKn6LLr+8WDlEdSjtRYI=";
}; };
buildInputs = [ qtbase ]; buildInputs = [ qtbase ];