heisenbridge: Fix double-hash caused by #202060

This commit is contained in:
Amanda Cameron 2022-11-23 08:19:57 -05:00
parent de60d387a0
commit f5f27446bf

View File

@ -8,7 +8,7 @@ let
src = oldAttrs.src.override {
inherit (oldAttrs) pname;
inherit version;
sha256 = "sha256-OpHLh5pCzGooQ5yxAa0+85m/szAafV+l+OfipQcfLtU=";
hash = "sha256-OpHLh5pCzGooQ5yxAa0+85m/szAafV+l+OfipQcfLtU=";
};
});
};