1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

Update flake.nix to fix Hash Mismatch (#1035)

Looks like there hasn't been any go.mod updates since the workflow to fix the hash was repaired.
This commit is contained in:
redybcs
2025-12-15 13:14:29 +00:00
committed by GitHub
parent c2c90c680e
commit 42a2835929

View File

@@ -82,7 +82,7 @@
inherit version;
pname = "dms-shell";
src = ./core;
vendorHash = "sha256-yqV12LssYV0zuUPLjTzJE0e49uUER95dRH4LTcRJeGc=";
vendorHash = "sha256-DINaA5LCOWoxBIewuc39Rnwj6NdZoET7Q++B11Qg5rI=";
subPackages = [ "cmd/dms" ];