Merge pull request #200722 from erikarvstedt/fix-extra-container-hash

This commit is contained in:
Lassulus 2022-11-12 02:02:44 +01:00 committed by GitHub
commit 3923aa6b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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