fix: update flake.nix hash

This commit is contained in:
Rasphino 2023-01-07 23:38:32 +08:00 committed by GitHub
parent fa73b0f4bf
commit a1d0f22132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
inherit version; inherit version;
src = ./.; src = ./.;
vendorSha256 = "sha256-XVz2vts4on42lfxnov4jnUrHzSFF05+i1TVY3C7bgdw="; vendorSha256 = "sha256-8cbcE9gKJjU14DNTLPc6nneEPZg7Akt+FlSDlPRvG5k=";
# Do not build testing suit # Do not build testing suit
excludedPackages = [ "./test" ]; excludedPackages = [ "./test" ];