extra-container: fix src hash

I forgot to update it during the last version update.
This commit is contained in:
Erik Arvstedt 2022-11-11 16:57:16 +01:00
parent 1ed0a2c21e
commit e32b81f3b3
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "erikarvstedt";
repo = pname;
rev = version;
hash = "sha256-vtCZ0w1Kaiw9bIrzwEb4Jnv7QoQLp8JDjaGmAP91hpE=";
hash = "sha256-ORe1tSWhmgIaDj3CTEovsFCq+60LQmYy8RUx9v7De30=";
};
buildCommand = ''