diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
commit | aaedb5a38ee8f87480e311ef9f50a86f92ecbd33 (patch) | |
tree | e6ad3908a97b2e128b54bef89c6ff928d6aea185 | |
parent | fd4b88e312575200ad143d16f2dfa933d5775c44 (diff) | |
download | guix-techchud-aaedb5a38ee8f87480e311ef9f50a86f92ecbd33.tar.gz guix-techchud-aaedb5a38ee8f87480e311ef9f50a86f92ecbd33.tar.bz2 guix-techchud-aaedb5a38ee8f87480e311ef9f50a86f92ecbd33.zip |
fix pollymcs hash
-rw-r--r-- | pollymc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pollymc.scm b/pollymc.scm index 387728a..819f1ec 100644 --- a/pollymc.scm +++ b/pollymc.scm @@ -27,7 +27,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "15qxc6g81n1why2pvn4ilhr19kk6znc6m67q1v85mgai2y4hlr9q")))) + "0j8q0bx1ii087imlv5pza5w1q0y4p9m6dn8dqar39wwag0x0619g")))) (build-system cmake-build-system) (arguments `(#:configure-flags (list "-DLauncher_QT_VERSION_MAJOR=5") |