paperwm: fix broken source hash

This commit is contained in:
zzzsyyy 2023-07-07 19:55:12 +08:00 committed by Anderson Torres
parent a72142410d
commit cbec01c9c7

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "paperwm";
repo = "PaperWM";
rev = "v${finalAttrs.version}";
hash = "sha256-QTeUbhqHi1fMhw5cgT5S6JGgDaPhBuMwn4nRcp7mSMU=";
hash = "sha256-oGBnQGtx2ku4cfgZkZ3OdHlVuiYR8hy1eYDWDZP3fn4=";
};
dontConfigure = true;