Updated deps & locks

This commit is contained in:
niten 2023-05-18 12:25:58 -07:00
parent 56de1f5b67
commit 8f1343b141
3 changed files with 59 additions and 10 deletions

View File

@ -67,6 +67,31 @@
"mvn-repo": "https://repo.clojars.org/", "mvn-repo": "https://repo.clojars.org/",
"hash": "sha256-ahZELYfCkwwDImtKo9KYkVfVi5TtPnyNZ2aLDrZYOJs=" "hash": "sha256-ahZELYfCkwwDImtKo9KYkVfVi5TtPnyNZ2aLDrZYOJs="
}, },
{
"mvn-path": "com/github/hypfvieh/dbus-java-core/4.3.0/dbus-java-core-4.3.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-k1la5yyTxvZd1HzfYtW86jGs6AzX6BTI+PbcSNtAJL4="
},
{
"mvn-path": "com/github/hypfvieh/dbus-java-core/4.3.0/dbus-java-core-4.3.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-ED//T8q3ej/DCG14WkMfMaDcUMU+i6ncBxrRHE3popI="
},
{
"mvn-path": "com/github/hypfvieh/dbus-java-parent/4.3.0/dbus-java-parent-4.3.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-gZmhnlhJxUUKP6gxvIKPG4cNFUBH4y3aDVnosZp7EiY="
},
{
"mvn-path": "com/github/hypfvieh/dbus-java-transport-native-unixsocket/4.3.0/dbus-java-transport-native-unixsocket-4.3.0.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-cYXILkQt1h0Tl2FqTzz6fSapiFz3S2rsnFvk47mItAs="
},
{
"mvn-path": "com/github/hypfvieh/dbus-java-transport-native-unixsocket/4.3.0/dbus-java-transport-native-unixsocket-4.3.0.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-qAiYVOWFQkr2alSEqYiX5FMrnSoqt6AkFqKozQOhX5U="
},
{ {
"mvn-path": "com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar", "mvn-path": "com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
"mvn-repo": "https://repo1.maven.org/maven2/", "mvn-repo": "https://repo1.maven.org/maven2/",
@ -567,6 +592,31 @@
"mvn-repo": "https://repo1.maven.org/maven2/", "mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-D4obEW52C4/mOJxRuE5LB6cPwRCC1Pk25FO1g91QtDs=" "hash": "sha256-D4obEW52C4/mOJxRuE5LB6cPwRCC1Pk25FO1g91QtDs="
}, },
{
"mvn-path": "org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-+wRqnCKUN5KLsRwtJ8i113PriiXmDL0lPZhSEN7cJoQ="
},
{
"mvn-path": "org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-LyqS1BCyaBOdfWO3XtJeIZlc/kEAwZvyNXfP28gHe9o="
},
{
"mvn-path": "org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-i06GxT0ng2CPGuohPZBsW6xcBDPgCxkjm7FnZLn6NzY="
},
{
"mvn-path": "org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-uziNN/vN083mTDzt4hg4aTIY3EUfBAQMXfNgp47X6BI="
},
{
"mvn-path": "org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom",
"mvn-repo": "https://repo1.maven.org/maven2/",
"hash": "sha256-FIJlDL4x5AjB3IkCHLrh0wRK1KAb+PYro2C2qBOhMSQ="
},
{ {
"mvn-path": "org/sonatype/oss/oss-parent/7/oss-parent-7.pom", "mvn-path": "org/sonatype/oss/oss-parent/7/oss-parent-7.pom",
"mvn-repo": "https://repo1.maven.org/maven2/", "mvn-repo": "https://repo1.maven.org/maven2/",

View File

@ -6,8 +6,7 @@
metosin/malli { :mvn/version "0.11.0" } metosin/malli { :mvn/version "0.11.0" }
org.fudo/notifier { org.fudo/notifier {
:git/url "https://git.fudo.org/fudo-public/notifier.git" :git/url "https://git.fudo.org/fudo-public/notifier.git"
:git/sha "9142e3d8e9084fa2eb0d2e569b9b9165aac5a09a" :git/sha "bda18253fc5f736a3bec36ac9f36ff49e03538e0"
;; :local/root "/nix/store/zjbl2l2az2qdanxqqqp8mzyj4p3nvgh6-notifier-0.1/notifier-uber-0.1.jar"
} }
org.fudo/fudo-clojure { org.fudo/fudo-clojure {
:git/url "https://git.fudo.org/fudo-public/fudo-clojure.git" :git/url "https://git.fudo.org/fudo-public/fudo-clojure.git"

View File

@ -240,11 +240,11 @@
"utils": "utils_4" "utils": "utils_4"
}, },
"locked": { "locked": {
"lastModified": 1684274921, "lastModified": 1684300959,
"narHash": "sha256-RH12Qx4u5LMomcBZaTBii1EhlHQ3TUgaKUcn+cqiClA=", "narHash": "sha256-lxcPAQCTHq/D7KCEHgZdOZGOUxJ+k8veS1BE4yN4H6c=",
"ref": "with-deps", "ref": "with-deps",
"rev": "056710d1ef79ee9fabcd6808d3179779f65f45fd", "rev": "b1412015701216b9aaba651bc79c1a092bac6306",
"revCount": 55, "revCount": 66,
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-public/nix-helpers.git" "url": "https://git.fudo.org/fudo-public/nix-helpers.git"
}, },
@ -308,11 +308,11 @@
"utils": "utils_5" "utils": "utils_5"
}, },
"locked": { "locked": {
"lastModified": 1684275076, "lastModified": 1684437865,
"narHash": "sha256-8+1ZkJo/k/7j5uJF7PN8IOv5Z9niuO1cw1m4zyvrv9Y=", "narHash": "sha256-1smxtoypm69GBD2Bx6Ophtw4uYzbRCHHxyQN/WszrF0=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8b1327f66a31873dc0cac3d6eb2fa5c957723757", "rev": "bda18253fc5f736a3bec36ac9f36ff49e03538e0",
"revCount": 6, "revCount": 7,
"type": "git", "type": "git",
"url": "https://git.fudo.org/fudo-public/notifier.git" "url": "https://git.fudo.org/fudo-public/notifier.git"
}, },